.xo-share-style2__title {
    font-size: calc(var(--font-body-scale) * 1.8rem);
    font-weight: 500;
    color: rgba(var(--color-foreground));
    padding-bottom: .7rem
}

.xo-share-style2__copy {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 2rem
}

.xo-share-style2__copy-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border-radius: .5rem;
    border: solid .1rem rgba(var(--color-foreground), .15);
    background-color: rgba(var(--color-background));
    cursor: pointer;
    flex-shrink: 0;
    transition: .3s
}

.xo-share-style2__copy-button svg {
    color: rgba(var(--color-foreground));
    line-height: 0
}

.xo-share-style2__copy-button:hover {
    background-color: rgba(var(--color-foreground))
}

.xo-share-style2__copy-button:hover svg {
    color: rgba(var(--color-background))
}

.xo-share-style2__social-title {
    font-size: calc(var(--font-body-scale) * 1.4rem);
    font-weight: 500;
    padding-bottom: .7rem;
    color: rgba(var(--color-foreground))
}

.xo-share-style2__social {
    display: flex;
    gap: .5rem
}

.xo-share-style2__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: .1rem solid rgba(var(--color-foreground), .2);
    background-color: rgba(var(--color-background));
    color: rgba(var(--color-foreground));
    cursor: pointer;
    transition: .3s
}

.xo-share-style2__link svg {
    color: rgba(var(--color-foreground))
}

.xo-share-style2__link:hover {
    background-color: rgba(var(--color-foreground))
}

.xo-share-style2__link:hover svg {
    color: rgba(var(--color-background))
}

.xo-share-style2__label {
    position: relative;
    width: 100%;
    display: block;
    border-radius: .5rem;
    border: .1rem solid rgba(var(--color-foreground), .15)
}

.xo-share-style2__input {
    padding: 1.5rem 2rem;
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent
}

/*# sourceMappingURL=/cdn/shop/t/4/assets/share-style2.css.map?v=140892626483795703871739330236 */